home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / message.dxr / 00126.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  349 b   |  20 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   aa = the memberNum of sprite the currentSpriteNum
  4.   set the member of sprite the currentSpriteNum to aa + 1
  5. end
  6.  
  7. on mouseDown
  8. end
  9.  
  10. on mouseUp
  11.   go("04")
  12.   cursor(-1)
  13. end
  14.  
  15. on mouseLeave
  16.   cursor(-1)
  17.   aa = the memberNum of sprite the currentSpriteNum
  18.   set the member of sprite the currentSpriteNum to aa - 1
  19. end
  20.